home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Belgian Amiga Club - ADF Collection
/
BS1 part 34.zip
/
BS1 part 34
/
Weubblers handler.adf
/
Docs
/
support
/
AllocNormalMem.Doc
< prev
next >
Wrap
Text File
|
1989-01-08
|
482b
|
26 lines
AllocNormalMem
Name:
AllocNormalMem - Beschaffe normales Memory
Syntax:
AllocNormalMem (size)
int size;
Ergebnis:
Die Routine bricht das Programm ab, wenn der Speicher nicht
beschafft werden konnte.
Beschreibung:
Der allozierte Speicher wird automatisch bei einem Programm-
abbruch oder einem Aufruf von _abort() zurueckgegeben.
Beispiel:
Buffer = AllocNormalMem (2*TrackLen);
Bekannte Fehler:
Keine